/* @import url(font.css); */
@import url(iconfont.css);
@import url(dropkick.css);

/* CSS Document */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
sub,
sup,
var,
i,
dl,
dd,
dt,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	zoom: 1;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
menu,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
select {
	vertical-align: middle;
}

textarea {
	resize: none;
}

a,
button {
	outline: none;
	*star: expression(this.onFocus=this.blur());
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
	border: none;
}

ul,
li {
	list-style: none;
}

input:focus,
textarea:focus {
	outline: none;
}


/**全局样式编写***/
@font-face {
	font-family: "futura";
	src: url('../fonts/futura/futura.eot');
	/* IE9*/
	src: url('../fonts/futura/futura.eot#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/futura/futura.ttf?t=1542089357118') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('../fonts/futura/futura.svg?t=1542089357118#futura') format('svg');
	/* iOS 4.1- */
}


body,
html {
	width: 100%;
	position: relative;
	font-family: 'futura', Georgia, Arial;
	color: #333;
	overflow-x: hidden;
}

*::after,
*::before {
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.hidden {
	display: none;
}

.none {
	opacity: 0;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.objectFit-fill {
	object-fit: fill;
}

.objectFit-contain {
	object-fit: contain;
}

.objectFit-cover {
	object-fit: cover;
}

.objectFit-none {
	object-fit: none;
}

.scale-down {
	object-fit: scale-down;
}

.b {
	border: 1px solid;
}

.b-t {
	border-top: 1px solid;
}

.b-b {
	border-bottom: 1px solid;
}

.b-l {
	border-left: 1px solid;
}

.b-r {
	border-right: 1px solid;
}

.boder-theme-color {
	border-color: #950b27;
}

.bg-theme {
	background-color: #c82445;
}

.objectFit-imgBox {
	position: relative;
	overflow: hidden;
}

.objectFit-imgBox img {
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	position: absolute;
}

.text-center {
	text-align: center;
}

.thumb img {
	width: 100%;
}

#wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* 头部 */
.header {
	position: relative;
	z-index: 900;
}

.header-t {
	position: relative;
}

.nav-btn {
	color: #c82445;
	margin-top: 13px;
	margin-right: 10px;
	display: none;
}

.nav-btn i {
	font-size: 40px;
}

.header .logo {
	width: 25%;
	margin: 0 auto;
	/* margin-left: 13%; */
	padding: 20px 0 0px 0;
	margin-bottom: 35px;
}

.header .logo img {
	width: 100%;
}

.header-nav {
	text-align: right;
	margin: 0 5% 15px 0;
}

.header-nav dl {
	display: inline-block;
	position: relative;
	margin-left: 50px;
}

.header-nav dl dt {
	padding-bottom: 5px;
}

.header-nav dl.active dt {
	border-bottom: 1px solid #000000;
}

.header-nav dl dt a {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

.header-nav dl:hover dt a {
	color: #950b27;
}

.header-nav dl dd {
	display: none;
	position: absolute;
	width: 200px;
	left: 50%;
	top: 100%;
	margin-left: -100px;
	border-top: 1px solid #950b27;
	border-bottom: 1px solid #950b27;
	text-align: center;
}

.header-nav dl dd::before {
	position: absolute;
	display: block;
	content: " ";
	width: 16px;
	height: 8px;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	background-image: url(icon2.png);
}

.header-nav dl dd a {
	display: block;
	background: #ffffff;
	line-height: 40px;
	height: 40px;
	color: #950b27;
	border-left: 1px solid #950b27;
	border-right: 1px solid #950b27;
	border-top: none;
}

.header-nav dl dd a:hover {
	background: #950b27;
	color: #ffffff;
}

.header-nav dl:hover dd {
	display: block;
}

.header-r {
	position: absolute;
	bottom: 90px;
	right: 5%;
}

.header-r-nav {
	vertical-align: text-bottom;
	position: absolute;
	right: 0;
	top: -15px;
	color: #8d8d8d;
}
.earth{
	float: left;
	width: 20px; 
	height: 20px; 
	margin-right: 8px; 
	background: url(moe_languages_earth.png) no-repeat center/cover;
}
.search-range{float: left;}
.select-down{
	float: left;
	border-top: 9px solid #999999; 
	border-left: 7.5px solid transparent; 
	border-right: 7.5px solid transparent; 
	margin-top: 6px; 
	margin-left: 5px;
	cursor: pointer;
}
#language-list{
	display: none;
	clear: both;
	position: relative;
	z-index: 1000;
	padding: 10px 20px;
	line-height: 36px;
	text-align: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 5px solid #950b27;
	border-left: 1px solid #ccc;
	background: #fff;
}
.header-r-nav a {
	color: #8d8d8d;
}

.header-r-nav a:hover {
	color: #950b27
}

.header-r-nav span {
	color: #8d8d8d;
	padding: 0 30px;
	font-family: Arial;
}

.header-r .search-bar {
	background-color: #f0f0f0;
	width: 247px;
	height: 30px;
	margin-top: 15px;
	position: relative;
}

.header-r .search-bar input {
	width: 245px;
	padding: 0 12px;
	margin: 0;
	height: 27px;
	line-height: 25px;
	background: none;
	border: none;
	font-size: 16px;
	color: #8d8d8d;
}

.header-r .search-bar .submit {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	font-size: 25px;
	padding: 0 10px;
	color: #8d8d8d;
}

/* 尾部 */
.footer {
	margin-top: 100px;
	position: relative;
	z-index: 800;
	background: #ffffff
}

.public-platform {
	border-top: 1px solid #950b27;
	margin-bottom: 4px;
	padding-top: 4px;
}

.public-platform .center-box {
	width: 1000px;
	margin: 0 auto;
}

.public-platform .icon-item {
	float: left;
	width: 180px;
	position: relative;
}

.public-platform .icon-item>a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 35px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #c82445;
	border-bottom: none;
}



.public-platform .icon-item .code img {
	width: 100%;
}

.public-platform .icon-item:first-child>a {
	font-size: 42px;
}

.public-platform .icon-item:first-child>a::before {
	position: relative;
	top: -5px;
}

.public-platform .icon-item:nth-child(3)>a>span {
	display: block;
	width: 31px;
	height: 31px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	background-image: url(icon1.png);
}

.public-platform .icon-item .code {
	background: #f0edf1;
	padding-top: 4px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.public-platform .icon-item:hover {
	border-color: #950b27;
}

.public-platform .icon-item:hover .code {
	display: block;
}

.public-platform .icon-item:hover a {
	border-color: #950b27;
	background: #f0edf1;
	color: #950b27;
}



.public-platform .icon-item:hover>a>span {
	background-position: 0 -31px;
}

.footer-nav {
	padding: 45px 0 125px 0;
	text-align: center;
}

.footer-nav dl {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 5%;
	text-align: left;
}

.footer-nav dt {
	margin-bottom: 15px;
}

.footer-nav dl:last-child {
	margin-right: 0;
}

.footer-nav dl dt a {
	font-size: 18px;
	color: #ffffff;
}


.footer-nav dl dd a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.footer-nav dl dt a:hover,
.footer-nav dl dd a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.footer-nav dl dd p {
	margin-bottom: 10px;
}

.footer-friend-links {
	padding: 14px 0 0px 20px;
	position: relative;
	float: left;
}

.footer-friend-links .center-box,
.footer-friend-links select {
	width: 210px;
	/* margin: 0 auto; */

}

.footer-friend-links .link-more {
	margin-left: 15px;
	font-size: 14px;
	width: 210px;
}

.footer-friend-links .link-more a {
	width: 215px;
	background: #f5f5f5;
	color: #c82445;
}

.footer-friend-links .center-box>div {
	margin-bottom: 0;
}

.footer-copy-right {
	text-align: center;
	padding: 20px 0 50px 0;
}

.footer-copy-right>div,
.footer-copy-right>p {
	margin-bottom: 15px;
	font-size: 12px;
	color: #3f3f3f;
}

.footer-copy-right>p>span.icp-num {
	font-family: Georgia;
}

.footer-copy-right .website-links a,
.footer-copy-right .website-links span {
	font-size: 16px;
	padding: 0 10px;
	color: #000000;
}

.footer-copy-right .website-links a:hover {
	color: #950b27;
}

/* 右侧工具条 */
.fixed-bar {
	width: 45px;
	height: 183px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	z-index: 801;
}

.fixed-bar dl dt {
	width: 45px;
	height: 46px;
	cursor: pointer;
	position: relative;
	z-index: 50;
	background-image: url(ce.png);
}

.fixed-bar dl:nth-child(1) dt {
	background-position: 0 0;
}

.fixed-bar dl:nth-child(2) dt {
	background-position: 0 -46px;
}

.fixed-bar dl:nth-child(3) dt {
	background-position: 0 -92px;
}

.fixed-bar dl:nth-child(4) dt {
	background-position: 0 -138px;
}

.fixed-bar dl dd {
	position: absolute;
	right: -300px;
	top: 0;
	width: 183px;
	height: 183px;
}

.fixed-bar dl:hover dd {
	height: 183px;
	right: 100%;
	transition: all ease-out .6s;
	-webkit-transition: all ease-out .6s;
}

.fixed-bar dl:hover dd img {
	height: 100%;
}

/* 组件 */
.btn-more {
	border: 1px solid #950b27;
	text-align: center;
	padding: 10px 0;
	color: #950b27;
	display: block;
	font-size: 25px;
}

.btn-more:hover {
	background-color: #950b27;
	color: #ffffff;
}

@media screen and (max-width: 1200px) {
	.header {
		padding-top: 30px;
	}
	.earth,.search-range,.select-down{display: none;}
	.header-r-nav {
		position: relative;
		top: 0;
		width: 100%;
		font-size: 14px;
		overflow: hidden;
	}
	#language-list{
		display: block;
		padding: 5px 0;
		border: none;
	}
	#language-list li{
		float: left;
		width: 50%;
	}

	.header-nav dl {
		margin-left: 30px;
	}

	.header-nav dl dt a {
		font-size: 14px;
		font-weight: 100;
	}
	.footer-nav {
		padding: 45px 5% 125px 5%;
		text-align: left;
	}

	.footer-nav dl {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	#wrap {
		padding-top: 70px;
	}

	.header {
		position: fixed;
		padding: 0;
		width: 100%;
		top: 0;
		left: 0;
		background: #ffffff;
		height: 70px;
		box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	}

	.nav-btn {
		display: block;
	}

	.open-menu .nav-btn .icon-daohang {
		color: #999999;
	}

	.header .logo {
		float: left;
		padding: 0 2%;
		width: 260px;
	}

	.header-t {
		overflow: hidden;
	}

	.footer {
		margin-top: 50px;
	}

	.header-nav {
		padding-top: 30px;
		display: none;
		position: fixed;
		top: 70px;
		bottom: 0;
		right: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		background: #ffffff;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.open-menu .header-nav {
		display: block;
	}

	.header-nav dl {
		display: block;
		width: 100%;
		margin-left: 0;
		padding: 2% 5%;
		border-bottom: 1px solid #f1f1f1;
	}

	.header-nav dl dt a {
		font-size: 20px;
	}

	.header-nav dl dd {
		position: static;
		display: block;
		margin: 0 0 0 5%;
		text-align: left;
		border: none;
		width: auto;
	}

	.header-nav dl dd a {
		border: none;
	}

	.header-nav dl dd::before {
		display: none;
	}

	.header-nav dl.active dt {
		border: 0px;
	}
	.header-r {
		padding: 0 5%;
		position: static;
		margin-bottom: 30px;
	}
	.header-r .search-bar {
		width: 100%;
	}

	.header-r .search-bar {
		height: 50px;
	}

	.header-r .search-bar input {
		height: 50px;
		line-height: 50px;
	}

	.header-r .search-bar .submit {
		font-size: 30px;
		padding: 10px;
	}

	.public-platform .center-box {
		width: 100%;
	}

	.public-platform .icon-item {
		width: 33.33%;
	}

	.public-platform .icon-item {
		z-index: 666;
	}

	.footer-friend-links {
		width: 100%;
		padding-bottom: 20px;
	}

	.footer-friend-links .center-box,
	.footer-friend-links select {
		float: none;
	}

	.footer-friend-links .center-box {
		margin-bottom: 10px;
	}

	.footer-friend-links select {
		width: 300px;
	}

	.footer-friend-links .link-more,
	.footer-friend-links .link-more a {
		width: 300px;
		margin: 0;
	}
}